fix capitalization in build script docs
authorSteve Klabnik <steve@steveklabnik.com>
Thu, 20 Nov 2014 19:07:13 +0000 (14:07 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Thu, 20 Nov 2014 19:07:13 +0000 (14:07 -0500)
src/doc/build-script.md

index 22b0dd99fd053be2ae1bb6bcfcaaf457ff0b4c6c..f5ece41c382df29b347cdb0b24623d03523a1430 100644 (file)
@@ -355,7 +355,7 @@ performs tasks such as:
 * The stdout output and `OUT_DIR` locations are also handled by the `gcc`
   library.
 
-here we can start to see some of the major benefits of farming as much
+Here we can start to see some of the major benefits of farming as much
 functionality as possible out to common build dependencies rather than
 duplicating logic across all build scripts!